Skip to content

Commit

Permalink
Update installing.rst example proxy URI
Browse files Browse the repository at this point in the history
for Install behind a proxy added missing "http://" proxyScheme
  • Loading branch information
gdanielson committed Apr 28, 2016
1 parent fc04667 commit 2b2ca40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Install to the user site [4]_::

Install behind a proxy::

python get-pip.py --proxy="[user:passwd@]proxy.server:port"
python get-pip.py --proxy="http://[user:passwd@]proxy.server:port"


Using Linux Package Managers
Expand Down

0 comments on commit 2b2ca40

Please sign in to comment.